Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended.PropertyGrid Namespace / NumericEditor Class / OnValueChanged Method / OnValueChanged(PropertyChangedEventArgs<Double>) Method

In This Topic
    OnValueChanged(PropertyChangedEventArgs<Double>) Method
    In This Topic
    Called when value bound to this editor is changed.
    Syntax
    'Declaration
     
    
    Protected Overloads Overridable Sub OnValueChanged( _
       ByVal e As C1.WPF.PropertyChangedEventArgs(Of Double) _
    ) 
    protected virtual void OnValueChanged( 
       C1.WPF.PropertyChangedEventArgs<double> e
    )

    Parameters

    e
    See Also